.header {
	width: 1200px;
	padding: 0px;
	margin: 0px auto;
}



#header-title {
	display: inline-block;
	height: 102px;
	line-height: 100px;
	margin: 0px auto;
	width: 1200px;
}

#header-title-pic {
	display: inline-block;
	height: 100px;
	float:left;
}

#header-title-search {
	float: right;
	height: 38px;
	line-height: 38px;
	display: block;
	margin-top: 30px;
}
#header-title-search-text{
	float:left;
}

#header-title-search-text input {
	float:left;
	display: inline-block;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	width: 250px;
	padding: 0px 10px;padding-right:0;
	border: 0;background:url(../images/search-box-unfocus-1200.jpg) no-repeat;
}

#header-title-search-text input:focus,  #header-title-search-text input:hover{
	background:url(../images/search-box-focus-1200.jpg) no-repeat;
}

#header-title-search-btn {
	float:left;
	display: inline-block;
	line-height: 38px;
	height: 38px;
}

#header-title-search-btn a {
	float:left;
	display: inline-block;
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
	background-color: #4e78a6;
	padding: 0px 18px;
	height: 38px;
	line-height: 38px;
}
#header-title-search-btn a:hover {
	background-color: #1f4e83;
}

.menu {
	width: 1200px;
	padding: 0px;
	margin: 0 auto;
	margin-bottom: 40px;
}

#menu-items {
	width: 100%;
	height: 48px;
	background-color: #1f4e83;
	padding: 0px;
	margin-bottom: 20px;
}

.menu-item {
	display: inline-block;
	width: 142px;height: 48px;
	text-align: center;
vertical-align: middle;}

.menu-item a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-size: 18px;
	height: 48px;
	line-height: 48px;
	padding: 0px 10px;
}
.menu-item:hover{
    background-color: #eeeeee;
} 
.menu-item:hover>a{
    color: #1d5c96;
 font-weight:bold;} 
.menu-item ul{
	position: absolute;
    z-index: 100;
    background-color: #ffffff;
    list-style: none;
    width: 150px !important;
	margin-left:-1px;
    line-height: 48px;
    text-align: left; 
    font-size:14px;
    font-family:'??';
	border:1px solid #7f9bb9;
	-webkit-box-shadow:0 2 4px #253648;
	box-shadow:0 2 4px #253648;
	border-top: none;
	padding:0;
	margin-top:0;
}

.menu-item ul li a:hover{
	color: #31689b;	
    font-weight: bold;
	background-color: #f0f0f0;
}
.menu-item ul li a{
	color:#666666;
	font-size:14px;
	line-height: 35px;
	height:35px;
	background-color: #ffffff;
    border-bottom: 1px solid #d7d7d7;
	text-align: center;
	padding: 0px 0px;
	margin: 0px auto;
}


